home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia1.dir / 00981_Script_Griz Flee < prev    next >
Text File  |  1995-05-21  |  882b  |  46 lines

  1. on mouseDown
  2.   global OuchOrNot
  3.   put the movietime of sprite 48 into OuchOrNot
  4.   if OuchOrNot >= 1580 then 
  5.     puppetsound 0
  6.     exit
  7.   end if
  8.   put "Flee" into f
  9.   put "FleeHL" into fHL
  10.   hiliter 8, f, fHL
  11.   puppetsound "flee.aif"
  12.   updatestage
  13. end
  14.  
  15.  
  16.  
  17. on mouseUp
  18.   global gTheDay, themovieName, ouchOrNot, snap1, snap2, GrizBust
  19.   
  20.   if OuchOrNot >= 1580 then 
  21.     set GrizBust = "x"
  22.     puppetsound 0
  23.     exit
  24.   end if
  25.   set the movierate of sprite 48 = 0
  26.   set the castNum of sprite 8 = cast "Flee"
  27.   repeat with d = 9 to 10
  28.     puppetSprite d, false
  29.   end repeat
  30.   puppetsprite 48, false
  31.   updatestage
  32.   set the sound of cast themovieName to 0
  33.   
  34.   if snap1 <> 0 then
  35.     updatestage
  36.     puppetsound 0
  37.     go frame "Darkroom"
  38.     exit
  39.   else
  40.     updatestage
  41.     puppetsound 0
  42.     go frame gtheday & "NoShots"
  43.     exit
  44.   end if
  45. end
  46.